﻿2026-07-08T01:39:58.0903351Z ##[group]Run actions/checkout@v5
2026-07-08T01:39:58.0903924Z with:
2026-07-08T01:39:58.0904291Z   repository: SaberMage/spt-core
2026-07-08T01:39:58.0907429Z   token: ***
2026-07-08T01:39:58.0907768Z   ssh-strict: true
2026-07-08T01:39:58.0908175Z   ssh-user: git
2026-07-08T01:39:58.0908528Z   persist-credentials: true
2026-07-08T01:39:58.0908925Z   clean: true
2026-07-08T01:39:58.0909415Z   sparse-checkout-cone-mode: true
2026-07-08T01:39:58.0909835Z   fetch-depth: 1
2026-07-08T01:39:58.0910189Z   fetch-tags: false
2026-07-08T01:39:58.0910540Z   show-progress: true
2026-07-08T01:39:58.0910900Z   lfs: false
2026-07-08T01:39:58.0911234Z   submodules: false
2026-07-08T01:39:58.0911600Z   set-safe-directory: true
2026-07-08T01:39:58.0911981Z env:
2026-07-08T01:39:58.0912325Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-08T01:39:58.0912770Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-08T01:39:58.0913192Z ##[endgroup]
2026-07-08T01:39:58.2813476Z Syncing repository: SaberMage/spt-core
2026-07-08T01:39:58.2815282Z ##[group]Getting Git version info
2026-07-08T01:39:58.2815949Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-08T01:39:58.2816824Z [command]/usr/bin/git version
2026-07-08T01:39:58.2852167Z git version 2.43.0
2026-07-08T01:39:58.2874759Z ##[endgroup]
2026-07-08T01:39:58.2889321Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e0bb6e43-d2a0-47fc-8726-112f4ea0bae1' before making global git config changes
2026-07-08T01:39:58.2890502Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T01:39:58.2893903Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-08T01:39:58.2940722Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-08T01:39:58.2965719Z https://github.com/SaberMage/spt-core
2026-07-08T01:39:58.2978016Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T01:39:58.2981803Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T01:39:58.3013050Z refs/heads/main
2026-07-08T01:39:58.3021701Z [command]/usr/bin/git checkout --detach
2026-07-08T01:39:58.3437558Z HEAD is now at 907dd2d71 docs(triage): LIFECYCLE-TRUTH +REQ-IDLE-PARKED-DELIVERY — QUEUED-to-parked-idle sleeps (live repro during dispatch)
2026-07-08T01:39:58.3480881Z [command]/usr/bin/git branch --delete --force main
2026-07-08T01:39:58.3525192Z Deleted branch main (was 907dd2d71).
2026-07-08T01:39:58.3529811Z ##[endgroup]
2026-07-08T01:39:58.3532827Z [command]/usr/bin/git submodule status
2026-07-08T01:39:58.3741538Z ##[group]Cleaning the repository
2026-07-08T01:39:58.3745056Z [command]/usr/bin/git clean -ffdx
2026-07-08T01:39:58.3777166Z Removing traceable-reqs
2026-07-08T01:39:58.3785444Z [command]/usr/bin/git reset --hard HEAD
2026-07-08T01:39:58.3913227Z HEAD is now at 907dd2d71 docs(triage): LIFECYCLE-TRUTH +REQ-IDLE-PARKED-DELIVERY — QUEUED-to-parked-idle sleeps (live repro during dispatch)
2026-07-08T01:39:58.3920436Z ##[endgroup]
2026-07-08T01:39:58.3922567Z ##[group]Disabling automatic garbage collection
2026-07-08T01:39:58.3926330Z [command]/usr/bin/git config --local gc.auto 0
2026-07-08T01:39:58.3959797Z ##[endgroup]
2026-07-08T01:39:58.3960830Z ##[group]Setting up auth
2026-07-08T01:39:58.3965318Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-08T01:39:58.3992429Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-08T01:39:58.4191479Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T01:39:58.4225896Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-08T01:39:58.4422738Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T01:39:58.4449907Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-08T01:39:58.4655427Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-08T01:39:58.4686188Z ##[endgroup]
2026-07-08T01:39:58.4686847Z ##[group]Fetching the repository
2026-07-08T01:39:58.4694564Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1fccfcdec9774da20add42c638552a60adf70bfc:refs/remotes/pull/57/merge
2026-07-08T01:39:59.1476796Z From https://github.com/SaberMage/spt-core
2026-07-08T01:39:59.1478356Z  * [new ref]             1fccfcdec9774da20add42c638552a60adf70bfc -> pull/57/merge
2026-07-08T01:39:59.1504576Z ##[endgroup]
2026-07-08T01:39:59.1505872Z ##[group]Determining the checkout info
2026-07-08T01:39:59.1507141Z ##[endgroup]
2026-07-08T01:39:59.1518679Z [command]/usr/bin/git sparse-checkout disable
2026-07-08T01:39:59.1564798Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-08T01:39:59.1594999Z ##[group]Checking out the ref
2026-07-08T01:39:59.1597833Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/57/merge
2026-07-08T01:39:59.1952622Z Previous HEAD position was 907dd2d71 docs(triage): LIFECYCLE-TRUTH +REQ-IDLE-PARKED-DELIVERY — QUEUED-to-parked-idle sleeps (live repro during dispatch)
2026-07-08T01:39:59.1955674Z HEAD is now at 1fccfcdec Merge a74e5269e0337504363a77744b65e0765537db69 into 907dd2d710131c210f2543a997ec48b3e82835db
2026-07-08T01:39:59.1965596Z ##[endgroup]
2026-07-08T01:39:59.2018645Z [command]/usr/bin/git log -1 --format=%H
2026-07-08T01:39:59.2056883Z 1fccfcdec9774da20add42c638552a60adf70bfc
